home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global intrbal
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dndown"
- else
- set the castNum of sprite clickOn() to the number of cast "down"
- end if
- updateStage()
- end repeat
- if intrbal < 61 then
- exit
- end if
- set intrbal to intrbal - 60
- put integer(intrbal / 60) into field "TMP"
- set the castNum of sprite clickOn() to the number of cast "down"
- updateStage()
- end
-